DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1TableViewSource<T> Class / WillDisplayHeaderView Method

In This Topic
    WillDisplayHeaderView Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Sub WillDisplayHeaderView( _
       ByVal tableView As UIKit.UITableView, _
       ByVal headerView As UIKit.UIView, _
       ByVal section As IntPtr _
    ) 
    public virtual void WillDisplayHeaderView( 
       UIKit.UITableView tableView,
       UIKit.UIView headerView,
       IntPtr section
    )

    Parameters

    tableView
    headerView
    section
    See Also